home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / pcbnet19.arc / PCBNET.DOC < prev    next >
Text File  |  1990-11-21  |  5KB  |  108 lines

  1.           PCBoard 14.5 Net Scan Conference Mail Waiting Flags Program
  2.  
  3. Description:  This program will update Mail Waiting flags for specific
  4.               users who have mail waiting in any conference.  This program
  5.               should be used for EchoMail type conferences (Although you
  6.               can use it whenever you want).
  7.  
  8. WHY Use It:   If you are like me and carry Echo Mail Conferences (ILink,
  9.               MetroLink, PCRelay, FidoNet, etc.) most of the software
  10.               out there will not update the Mail Waiting Flags for your
  11.               Users when they have mail.  This program *WILL* do it and
  12.               it is VERY FAST.
  13.  
  14. WHAT Happens: After you run PCBNet, and it finds a user in your NDX files,
  15.               it will update the Mail Waiting Flags both in the USERS and
  16.               USERS.INF file for each specific conference.
  17.  
  18.               When the user logs onto your BBS they will be notified that
  19.               they have MAIL WAITING in that specific conference.  Is nice
  20.               to know if you finally got that message to a reply.
  21.  
  22.   In order to properly use this program you *MUST* pass one or two command
  23. line switches to it:
  24.  
  25.      The first one is the Conference numbers (Low and High Range)
  26.      that you want your users to have their Mail Waiting Flags updated.
  27.  
  28.      The second one is for FIRST TIME Installation:
  29.  
  30.  
  31.   The command line switches look like this:
  32.  
  33.     1st:     /C:l-h   l means LOW conference number, h means HIGH conference
  34.                       number.
  35. The 2nd command line switch should only be used when first using this program
  36. on a conference.  If your MSGS.NET already exists and you use one of the
  37. switches below, your MSGS.NET file will not be affect.  You need to DELETE
  38. your MSGS.NET in order for the below switches to work.
  39.  
  40. *   2nd:     /H       Set Your MSGS.NET file to the HIGH message number in
  41.                       each conference.
  42.     or
  43.  
  44. *   2nd:     /L       Set Your MSGS.NET file to the LOW message number in
  45.                       each conference.
  46.  
  47. * Note:  If you do not use one of these switches, the default is the LOW
  48.          command line switch if I can't find your MSGS.NET file.
  49.  
  50.  Note2:   The MSGS.NET file is a 4 byte file that contains the LAST MESSAGE
  51.           READ by PCBNet.  If you wish to start over, delete this file and
  52.           use the appropriate switch.
  53.  
  54.  
  55. Valid Examples:
  56.  
  57.   PCBNet /C:1-2000    - Would Scan Conferences 1 - 2000 Updating Mail Flags
  58.   PCBNet /C:1-1 /L    - Would Initialize Low Number *IF* MSGS.NET does not
  59.                         exist.  Will Also Scan Conference 1.
  60.   PCBNet /C:15-39 /H  - Would Initialize High Number *IF* MSGS.NET does not
  61.                         exist.  Will Also Scan Conferences 1 - 39
  62.  
  63. INVALID EXAMPLES:
  64.  
  65.   PCBNet /C:1             (Needs a High Number Also)
  66.   PCBNet /C:50-4          (Must start with Low and then High Numbers)
  67.   PCBNet /C:1-20;50-100   (You can only pass ONE Low and ONE High Number)
  68.  
  69.  
  70. What directory do you run it from?
  71.  
  72.   PCBNet *MUST* be run from a directory that contains your PCBOARD.DAT file
  73. and in most cases, you use this program in an EVENT (Except for first time
  74. inialization).
  75.  
  76. First Time Initialization:
  77.  
  78.   For first time initialization, you should be running it from the DOS Prompt
  79. (In other words, you should monitor it).  You have two options at the DOS
  80. Prompt:
  81.  
  82.   1) PCBNet /c:l-h /L  (l & h specify the conferences to use on, while /L
  83.                         means to start with the Low Conference MESSAGE
  84.                         Number).  When using the /L switch, it is possible
  85.                         that your users mail waiting flags will be updated
  86.                         *IF* a message is addressed to them.  I suggest you
  87.                         use the /H switch upon initialization.
  88.  
  89.   2) PCBNet /c:l-h /H  (l & h specify the conferences to use on, while /H
  90.                         means to start with the High Conference MESSAGE
  91.                         NUMBER).  When using the /H switch, none of your users
  92.                         will be flag for mail upon initialization.
  93.  
  94. Event Running:
  95.  
  96.   Once you have used the first time inialization, you should append this
  97. example to your EVENT.SYS file:
  98.  
  99. C:
  100. CD \PCB
  101. PCBNet /c:l-h
  102. rem note l-h are the conferences you want to check for mail for your users.
  103.  
  104. Hopefully these documents are a little better.  If you are having problems,
  105. please leave a comment on Salt Air to Cam DeBuck (Salt Air Support Staff).
  106.  
  107. p.s.  If you would like to enhance the documentation for further explaining,
  108. please do so and upload the new one to me for posting <grin>.